home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / dox-9.1 / Imakefile < prev    next >
Makefile  |  1995-06-23  |  1KB  |  37 lines

  1. XCOMM @(#)Imakefile    9.1
  2.  
  3. XCOMM 1994    Arthur David Olson
  4. XCOMM 
  5. XCOMM The X Consortium, and any party obtaining a copy of these files from
  6. XCOMM the X Consortium, directly or indirectly, is granted, free of charge, a
  7. XCOMM full and unrestricted irrevocable, world-wide, paid up, royalty-free,
  8. XCOMM nonexclusive right and license to deal in this software and
  9. XCOMM documentation files (the "Software"), including without limitation the
  10. XCOMM rights to use, copy, modify, merge, publish, distribute, sublicense,
  11. XCOMM and/or sell copies of the Software, and to permit persons who receive
  12. XCOMM copies from any such party to do so.  This license includes without
  13. XCOMM limitation a license to do the foregoing actions under any patents of
  14. XCOMM the party supplying this software to the X Consortium.
  15.  
  16.  
  17. INSTALL_DIR=/usr/skunk
  18.  
  19. BINDIR        = $(INSTALL_DIR)/bin
  20. LIBDIR        = $(INSTALL_DIR)/lib
  21. INCDIR        = $(INSTALL_DIR)/include/$(PROGRAM)
  22. XAPPLOADDIR    = $(INSTALL_DIR)/lib/X11/app-defaults
  23. CONFIGDIR    = /usr/lib/X11/config
  24. MKDIRHIER    = /bin/sh /usr/bin/X11/mkdirhier
  25. MANDIR        = $(INSTALL_DIR)/man/man.1
  26. MANSUFFIX    = 1
  27.  
  28.  
  29.         DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPXLIB)
  30. LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(XLIB)
  31.  
  32. SRCS = dox.c
  33. OBJS = dox.o
  34.  
  35. SimpleProgramTarget(dox)
  36.  
  37.